@charset "utf-8";

.top{
    height: auto;
}
.heard{
    height: 23px;
    background: #f7f7f7;
    border-bottom: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
}
.heard .heard_l{
    font-size: 12px;
}
.heard .heard_r{
}
.heard .heard_r a{
    font-size: 12px;
    display: block;
    float: left;
    margin-left: 15px;
    padding-left: 40px;
    height: 23px;
    line-height: 23px;
}
.heard .heard_r .hr_em{
    background: url(../images/t_email.png) left no-repeat;
}
.heard .heard_r .hr_tb{
    background: url(../images/t_tb.png) left no-repeat;
}
.heard .heard_r .hr_al{
    background: url(../images/t_albb.png) left no-repeat;
}
.heard .heard_r .hr_en{
    padding-left: 0;
}

.logo{
    height: 90px;
    padding: 15px 0px 10px;
}
.logo_img{
    margin-top: 10px;
}
.logo_contact{}
.logo_contact .logo_contact_mail{
    background: url(http://zhenjin.test.dginfo.com/t/z/zhenjin/pc/images/t_mail.png) left no-repeat;
    margin-right: 50px;
}
.logo_contact .logo_contact_tel{
    background: url(../images/t_tel.png) left no-repeat;
}
.logo_contact .logo_contact_mail a{
    font-weight: bold;
    color: #0087e0;
}
.logo_contact .logo_contact_mail,.logo_contact .logo_contact_tel{
    padding-left: 50px;
    height: 42px;
    line-height: 42px;
    font-weight: bold;
    color: #0087e0;
    margin-top: 26px;
    font-size: 24px;
}
.logo_contact .logo_contact_ewm img{
    width: 90px;
    height: 90px;
    margin-left: 20px;
    display: block;
}


/*导航*/
.nav{
    background: #0087e0;
    height: 50px;
    line-height: 50px;
}
.nav ul{}
.nav ul li{
    float: left;
    width: 171px;
}
.nav ul li a{
    color: #fff;
    display: block;
    text-align: center;
    font-size: 16px;
}
.nav ul li a:hover{
    background: #037ac8;
}

.nav ul li div{
    display: none;
    position: absolute;
    z-index: 999;
    background: #3AA406;
    border-top: 2px solid #076ca2;
    border-bottom: 1px solid #ccc
;
    width: 171px;
}
.nav ul li div dl{}
.nav ul li div dl dd{
    border-bottom: 1px solid #eee;
    /* padding: 0 50px 0 10px; */
    line-height: 40px;
}


.top_djon{
    background: #037ac8!important;
}
.left_djon{
    background: #037ac8!important;
}
.left_djon a{
    color: #fff!important;
}

/*搜索*/
.search{
    height: 50px;
    line-height: 50px;
    background: #f2f2f2;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
.search_tit{
    
}
.search_tit span{
    font-weight: bold;
}
.search_tit a{
    margin-right: 7px;
}
.search_ss{
    margin-top: 12px;
}
.search_ss #gjz{
    line-height: 25px;
    height: 25px;
    float: left;
    border: 1px solid #ccc;
    width: 200px;
}
.search_ss #ssk{
    height: 27px;
    float: left;
    background: #0087e0;
    border: 1px solid #0087e0;
    color: #fff;
    padding: 0 8px;
    cursor: pointer;
}